home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM21 / TFORM21.txt < prev   
Text File  |  2000-07-30  |  6KB  |  271 lines

  1. object Form21: TForm21
  2.   Left = 334
  3.   Top = 64
  4.   Width = 784
  5.   Height = 595
  6.   Caption = 'Interpolation'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnDeactivate = FormDeactivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 10
  23.     Width = 765
  24.     Height = 16
  25.     Caption = 
  26.       'Printed output can look blocky when the resolution of the image ' +
  27.       'is too low in comparison to the print size.  For example, a 640 ' +
  28.       'x 480'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 10
  32.     Top = 30
  33.     Width = 720
  34.     Height = 16
  35.     Caption = 
  36.       'image printed at 5 x 3.75 inches is 128 dots per inch (dpi) sinc' +
  37.       'e 640 / 5 inches is 128.  The same 640 x 480 image printed at'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 10
  41.     Top = 49
  42.     Width = 763
  43.     Height = 16
  44.     Caption = 
  45.       '10 x 7.5 inches reduces printed resolution to 64 dpi.  At 64 dpi' +
  46.       ', the printed output will most likely look blocky because the pi' +
  47.       'xels are'
  48.   end
  49.   object Label4: TLabel
  50.     Left = 10
  51.     Top = 69
  52.     Width = 751
  53.     Height = 16
  54.     Caption = 
  55.       'so large that they become visible.  To compensate and increase t' +
  56.       'he output resolution, Qimage Pro can interpolate prior to printi' +
  57.       'ng.'
  58.   end
  59.   object Label6: TLabel
  60.     Left = 10
  61.     Top = 98
  62.     Width = 732
  63.     Height = 16
  64.     Caption = 
  65.       'Interpolation will increase resolution and eliminate blockiness ' +
  66.       'in the printout.  We recommend printing at a minimum of 120 dpi.'
  67.   end
  68.   object Label7: TLabel
  69.     Left = 10
  70.     Top = 118
  71.     Width = 734
  72.     Height = 16
  73.     Caption = 
  74.       'Entering 160 as a threshold will ensure that all prints are at l' +
  75.       'east 120 dpi since interpolation begins at 75% of the value ente' +
  76.       'red.'
  77.   end
  78.   object GroupBox1: TGroupBox
  79.     Left = 89
  80.     Top = 138
  81.     Width = 592
  82.     Height = 336
  83.     Caption = 'Filter Type'
  84.     TabOrder = 0
  85.     object Image1: TImage
  86.       Left = 10
  87.       Top = 20
  88.       Width = 120
  89.       Height = 118
  90.       Picture.Data = {<image000.bmp>}
  91.     end
  92.     object Label8: TLabel
  93.       Left = 49
  94.       Top = 140
  95.       Width = 44
  96.       Height = 16
  97.       Caption = 'Original'
  98.     end
  99.     object Image2: TImage
  100.       Left = 158
  101.       Top = 20
  102.       Width = 120
  103.       Height = 118
  104.       Picture.Data = {<image001.bmp>}
  105.     end
  106.     object Image3: TImage
  107.       Left = 305
  108.       Top = 20
  109.       Width = 121
  110.       Height = 118
  111.       Picture.Data = {<image002.bmp>}
  112.     end
  113.     object Image4: TImage
  114.       Left = 453
  115.       Top = 20
  116.       Width = 121
  117.       Height = 118
  118.       Picture.Data = {<image003.bmp>}
  119.     end
  120.     object Image5: TImage
  121.       Left = 158
  122.       Top = 177
  123.       Width = 120
  124.       Height = 118
  125.       Picture.Data = {<image004.bmp>}
  126.     end
  127.     object Image6: TImage
  128.       Left = 10
  129.       Top = 177
  130.       Width = 120
  131.       Height = 118
  132.       Picture.Data = {<image005.bmp>}
  133.     end
  134.     object Image7: TImage
  135.       Left = 305
  136.       Top = 177
  137.       Width = 121
  138.       Height = 118
  139.       Picture.Data = {<image006.bmp>}
  140.     end
  141.     object Image8: TImage
  142.       Left = 453
  143.       Top = 177
  144.       Width = 121
  145.       Height = 118
  146.       Picture.Data = {<image007.bmp>}
  147.     end
  148.     object Label9: TLabel
  149.       Left = 59
  150.       Top = 318
  151.       Width = 478
  152.       Height = 16
  153.       Caption = 
  154.         'Numbers in parentheses indicate filter calculation speed from 1-' +
  155.         '10 (higher is faster)'
  156.       Font.Charset = ANSI_CHARSET
  157.       Font.Color = clGreen
  158.       Font.Height = -13
  159.       Font.Name = 'Arial'
  160.       Font.Style = []
  161.       ParentFont = False
  162.     end
  163.     object RadioButton1: TRadioButton
  164.       Left = 453
  165.       Top = 298
  166.       Width = 129
  167.       Height = 21
  168.       Caption = 'Bicubic spline (3)'
  169.       TabOrder = 0
  170.     end
  171.     object RadioButton2: TRadioButton
  172.       Left = 158
  173.       Top = 298
  174.       Width = 119
  175.       Height = 21
  176.       Caption = 'Mitchell Filter (3)'
  177.       Checked = True
  178.       TabOrder = 1
  179.       TabStop = True
  180.     end
  181.     object RadioButton3: TRadioButton
  182.       Left = 158
  183.       Top = 140
  184.       Width = 119
  185.       Height = 21
  186.       Caption = 'Pixel Resize (10)'
  187.       TabOrder = 2
  188.     end
  189.     object RadioButton4: TRadioButton
  190.       Left = 305
  191.       Top = 140
  192.       Width = 129
  193.       Height = 21
  194.       Caption = 'Lanczos Filter (1)'
  195.       TabOrder = 3
  196.     end
  197.     object RadioButton5: TRadioButton
  198.       Left = 453
  199.       Top = 140
  200.       Width = 119
  201.       Height = 21
  202.       Caption = 'Hermite Filter (6)'
  203.       TabOrder = 4
  204.     end
  205.     object RadioButton6: TRadioButton
  206.       Left = 10
  207.       Top = 298
  208.       Width = 119
  209.       Height = 21
  210.       Caption = 'Triangle Filter (6)'
  211.       TabOrder = 5
  212.     end
  213.     object RadioButton7: TRadioButton
  214.       Left = 305
  215.       Top = 298
  216.       Width = 100
  217.       Height = 21
  218.       Caption = 'Bell Filter (5)'
  219.       TabOrder = 6
  220.     end
  221.   end
  222.   object GroupBox2: TGroupBox
  223.     Left = 10
  224.     Top = 474
  225.     Width = 671
  226.     Height = 80
  227.     Caption = 'Threshold for auto-interpolation of printed images'
  228.     TabOrder = 1
  229.     object Label12: TLabel
  230.       Left = 10
  231.       Top = 20
  232.       Width = 630
  233.       Height = 16
  234.       Caption = 
  235.         'Any image that has a printed resolution 25% or more below the th' +
  236.         'reshold will be interpolated to the threshold.'
  237.     end
  238.     object Label14: TLabel
  239.       Left = 169
  240.       Top = 49
  241.       Width = 119
  242.       Height = 16
  243.       Caption = 'Filter threshold (dpi):'
  244.     end
  245.     object Label5: TLabel
  246.       Left = 374
  247.       Top = 49
  248.       Width = 198
  249.       Height = 16
  250.       Caption = '(enter zero to turn interpolation off)'
  251.     end
  252.     object Edit1: TEdit
  253.       Left = 295
  254.       Top = 44
  255.       Width = 64
  256.       Height = 24
  257.       TabOrder = 0
  258.       Text = '160'
  259.     end
  260.   end
  261.   object BitBtn1: TBitBtn
  262.     Left = 689
  263.     Top = 522
  264.     Width = 80
  265.     Height = 31
  266.     TabOrder = 2
  267.     OnClick = BitBtn1Click
  268.     Kind = bkOK
  269.   end
  270. end
  271.